Skip to content

RxPropertyChangingEventArgs record

Defined in

Namespace: ReactiveMarbles.Mvvm Assembly: ReactiveMarbles.Mvvm.dll Full name: ReactiveMarbles.Mvvm.RxPropertyChangingEventArgs<T> Modifiers: public

Summary

View source

        Event arguments for when a property is changing.
        

Applies to

net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0

Class hierarchy
classDiagram
class RxPropertyChangingEventArgs~T~
class IRxPropertyEventArgs~TSender~ {
    <>
}
IRxPropertyEventArgs~TSender~ <|.. RxPropertyChangingEventArgs~T~
class IEquatable~RxPropertyChangingEventArgs~TSender~~ {
    <>
}
IEquatable~RxPropertyChangingEventArgs~TSender~~ <|.. RxPropertyChangingEventArgs~T~

Implements: IRxPropertyEventArgs, IEquatable>

Constructors

NameSummary
.ctorEvent arguments for when a property is changing.

Properties

NameSummary
EqualityContract
PropertyNameThe property name.
SenderThe sender.

Methods

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members